<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*homepage layout*/

/*layout first header*/
.header{
	width:100%;
	overflow: hidden;
	height: 178px;
	background-color: #FFFFFF;
}
.header-main{
	width:1200px;
	height: 178px;
	margin:0px auto;

}
.header-brand{
	width: 100%;
	height: 110px;
	line-height: 130px;
	margin-left: 200px;
}
.nav{
	width: 100%;
	height: 68px;
}
.nav ul{
	width:782px;
	float: right;
	margin-top:20px;
}
.nav ul li{
	display:block;
	float:left;
	

}
.nav ul li a{
	height:26px;
	margin-right:48px;
	padding:10px;
}
.nav ul li a:link{
	text-decoration: none;
	color:#363636;
}
.nav ul li a:hover{
	color:#FFFFFF !important;
	background-color: #1E90FF;
}
.nav ul li a:visited{
	text-decoration: none;
	color:#363636;
}
.active{
		background: #178DFF;
		color:#FFFFFF !important;
}
/*banner*/
.banner{
	width:100%;
	height:371px;
	overflow: hidden;
	background-color: #FFFFFF;
    position:relative
}
.banner img{
	width:100% !important;
    min-width:1423px !important;
	
}
/*main layout*/
.main{
	width:100%;
	background-color: #FFFFFF;
	overflow: hidden;
}
.main-layout{
	width:1200px;
	margin:0px auto;
	
	overflow: hidden;

}
.sub_nav{
	margin-top:28px;
	width: 1200px;
	background-color: #FFFFFF;
	overflow: hidden;
	/*float: left;*/
}
.sub_nav ul li{
	float: left;
	text-align: center;
	margin-left: 40px;
	width: 160px;
	height: 140px;
	padding-top:15px;
	
}
.sub_nav ul li a:link{
	text-decoration: none;
}
    .sub_nav ul li a p{
        margin-top:5px;
        font-size:15px !important;
    }
    .sub_nav ul li img:hover {
        cursor: pointer;
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -moz-transform: scale(1.1); /* Firefox */
        -webkit-transform: scale(1.1); /* Safari 鍜� Chrome */
        -o-transform: scale(1.1);
    }
.sub_nav ul li img{
    width:65%;
	transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}
.sub_nav ul li a{
	text-decoration: none;
	color:#333333;
	font-weight: bold;
}
.email{
	width:216px;
	height: 168px;
	overflow: hidden;
	float: left;
	margin-top:55px;
	background-color: #FFFFFF;
	text-align: center;
	
}
.email-border{
	box-shadow: 0 0 0 #FFFFFF,-2px 0 0 #eaeaea,2px 0 0 #eaeaea,0 0 0 #FFFFFF;
	
	width: 168px;
	height: 95px;
	margin:0px auto;
}
/*content layour*/
.content-layout{
	width:1200px;
	margin:0px auto;
	overflow: hidden;
	clear: both;
}
.con-left{
	width:894px;
	
	overflow: hidden;
	float: left;
}
.con-right{
	height: 546px;
	width:274px;

	float: right;


}
.qydticon{
	width:894px;
	height: 50px;
	overflow: hidden;
	background: #FFFFFF;
}
.iconqydt{
	width:205px;
	height: 50px;
	float: left;
}
.iconbg-x{
	width:635px;
	background: url("../images/bg-y.png");
	background-repeat: no-repeat;
	height: 50px;
	float:left;
}
.qydtmore{
	float: left;
	text-align: center;
	width: 52px;
	height: 50px;
	line-height: 50px;
}
.qydtmore a:hover{
	text-decoration: none;
	color:#999899;
}
.qydtmore a:link{
	text-decoration: none;
	color:#999899;
}
.qydtmore a:visited{
	text-decoration: none;
	color:#999899;
}
.news{
	width:894px;
	height: 233px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 30px;

}
.newsimg{
	width:440px;
	height: 233px;
	overflow: hidden;
	float: left;
}
.newsinfo{
	width:450px;
	height: 229px;
	overflow: hidden;
	border:2px solid #eaeaea;
	float: left;
}
/*鑱旂郴鎴戜滑*/
.contructus{
	width:100%;
	height: 50px;
	background: #FFFFFF;
	overflow: hidden;
	text-align: right;
	line-height: 50px;
    margin-top:32px;
}
.lxwmcontent{
	padding-top: 15px;
}
    .lxwmcontent p {
        width: 100%;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        color: #636363;
    }

.newslist-1{

	overflow: hidden;
	width:100%;
	
	margin-top: 52px;
}
.newslist-1 ul{
	
}
.newslist-1 ul li{
	float: left;
	width:427px;
	margin-left: 35px;
}
.newslist-1 ul li img{
	width: 15px;
}
.titspan{
	color:#333333;
	font-weight: bold;
	padding-left: 5px;
}
.newscontent-1{
	padding-top: 32px;
}
.newscontent-1 p{
	padding-right: 40px;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
.newscontent-2{
	padding-top: 38px;
	overflow: hidden;
}
.newscontent-2 span{
	display: block;
	background-color: #1E90FF;
	color:#FFFFFF;
	width: 90px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size:14px;
}
.photolist ul{
	
	margin-top:40px;
}
.photolist ul li{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}


/*footer layout*/
.footer{
	height: 110px;
	width: 100%;
	background-color: #DCDDDD;
}
.footer-layout{
	width: 1200px;
	margin:0px auto;
	height: 92px;
}
.footer-p{
	padding-top: 20px;
}
.footer-layout p{
	text-align: center;
	font-size: 14px;
	line-height: 28px;
}
.newslist-1 ul&gt;li:first-child{
	margin-left: 5px;
}
</pre></body></html>